Welcome![Sign In][Sign Up]
Location:
Search - windows wdm

Search list

[Driver Developavxbar

Description: windows驱动,用来控制wdm驱动的pci设备,在PCI视频设备开发中是非常重要的组建-windows drivers, wdm drivers used to control the pci device in PCI video equipment development is very important to the formation of
Platform: | Size: 236544 | Author: jason | Hits:

[OtherWDMBook

Description: windows 驱动开发——基于WDM的开发手册-windows-driven development- the development of WDM-based manual
Platform: | Size: 2105344 | Author: 费鹏 | Hits:

[Driver DevelopTheWin2kDeviceDriverBookGuideForProgrammers2Ed

Description: This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT. Device drivers for Windows 2000 may be designed for the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification. This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components.
Platform: | Size: 1885184 | Author: vincente | Hits:

[USB developbulkusb

Description: usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip. -usb bulk transfer routines.* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).* Supports Plug and Play (PnP), Power Management (PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.* This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations.* The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
Platform: | Size: 56320 | Author: James | Hits:

[Software EngineeringWALTONEY

Description: 本文件是WDM(WINDOWS DRIVER MODEL)的原版书籍,做WINDOWS驱动开发必读的一本书!-The present document is a WDM (WINDOWS DRIVER MODEL) of the original books, WINDOWS-driven development to do the one must-read book!
Platform: | Size: 6243328 | Author: 二十八画生 | Hits:

[Other2007122731250712

Description: 本书主要介绍DriverStudio开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还USB接口和PCI接口设备驱动程序WDM的开发。    -This book introduces the development tools DriverStudio development under Windows 2000/XP Device Driver WDM Principle and programming methods. The book details the basic procedures for WDM framework and programming, IRP s basic concepts and programming, WDM and applications between the communications, plug-and-play, power management, WMI programming, IRP serial treatment, filtration Driver, WDM access hardware devices, hardware interrupt handling, DMA operation to achieve programming technology, as well as a large number of basic programming techniques, but also USB interface and PCI interface WDM device driver development.
Platform: | Size: 53768192 | Author: dingdang | Hits:

[OS programProgramming_WDM(source_code)

Description: 一本很好的Windows编程学习书籍 Programming_WDM(source code) 各位朋友可以下载-A good book to learn Windows programming Programming_WDM (source code) you can download Friend
Platform: | Size: 2137088 | Author: Thomas Chen | Hits:

[.netWDMS

Description: Windows系統性能監控(CPU,MEMORY)-Windows System Performance Monitor (CPU, MEMORY)
Platform: | Size: 204800 | Author: rohn | Hits:

[OtherWDMinWindows

Description: Windows环境下的设备驱动程序设计的一本参考书籍,挺不错的。-Windows environment device driver designed a reference book, very good.
Platform: | Size: 9236480 | Author: boyinwinds | Hits:

[Software EngineeringWNUSB

Description: [UsbKbd.rar] - usbkbd,用wdm编写的usb和键盘的驱动示例 [USB2.0_USB_driver.rar] - 学习USB2.0驱动程序设计源码,包括Windows DDK Driver驱动的详细设计,U盘,MP3的程序设计例子 [mc8051_design.zip] - MC8051 IP CoreOregano Systems 8-bit Microcontroller IP-Core此公司提供的8051 -[UsbKbd.rar]- usbkbd, prepared with wdm drivers usb and keyboard sample [USB2.0_USB_driver.rar]- Learning USB2.0 Driver source, including the Windows DDK Driver drive the detailed design, U disk, MP3
Platform: | Size: 23552 | Author: 王军 | Hits:

[Driver Develop1394Cameradriver

Description: a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association. Digital camera supported by dcam.sys is a data source that produces digital image data without any other input connection. It manifests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de-compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface if the video card supports UYVY format. -a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras.The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association.Digital camera supported by dcam.sys is a data source that produces digital image data without any other input connection. It manifests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de- compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface if the video card supports UYVY format.
Platform: | Size: 76800 | Author: Li Tian | Hits:

[Otherprogramming_the_microsoft_windows_driver_model

Description: programming the microsoft windows driver model.wdm驱动程序开发(中文版),作者:walter oney.-programming the microsoft windows driver model.wdm脟媒 露 炉 鲁 脤脨貌 驴 陋 垄 (脰脨脦脛 掳 忙 拢漏拢卢脳梅 脮脽 拢 潞 walter oney.
Platform: | Size: 7209984 | Author: zwgei | Hits:

[Driver DevelopProgrammingtheMicrosoftWindowsDriverModel

Description: WDM驱动编程必备指南,原版第二版与原版第一版-WDM driver required programming guidelines, the original second edition with the original first edition of
Platform: | Size: 9881600 | Author: songlei | Hits:

[Otherwin2000driver

Description: Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息,这些信息对编写Windows2000平台任何类型的驱动程序都是必须的。本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的。-Microsoft ?? Windows ?? 2000 Driver Development Kit (DDK) documentation overview gives you detailed information on Windows2000 platform for the preparation of any type of driver are necessary. This document also describes the Windows Driver Model (WDM) driver, the driver in the Windows2000 and Microsoft ?? Windows ?? 98 platform is between the source-level compatible.
Platform: | Size: 1156096 | Author: zhangfei | Hits:

[VC/MFCProgramming_the_Windows_Driver_Model_2nd_Edition.r

Description: 第二版介绍WDM模型的英文原版书,对于进行usb驱动编程有相当大的作用-WDM model to introduce the second edition of the original book in English is fundamental to the usb driver programming there is a substantial role
Platform: | Size: 2693120 | Author: carolyn | Hits:

[Driver DevelopProgrammingtheMicrosoftWindowsDriverModel(2nd)

Description: This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. You ll also find a note on errors and a section on other resources you can use to learn about driver programming. Looking ahead, Chapter 1 explains how the two main branches of the Windows family operate internally, what a WDM device driver is, and how it relates to the rest of Windows. -This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. You ll also find a note on errors and a section on other resources you can use to learn about driver programming. Looking ahead, Chapter 1 explains how the two main branches of the Windows family operate internally, what a WDM device driver is, and how it relates to the rest of Windows.
Platform: | Size: 2693120 | Author: wukun | Hits:

[OtherProgramming_the_Microsoft_Windows_driver_model_CHT

Description: Programming the Microsoft Windows driver model繁中版 透過Windows驅動程式的權威們專業的協助,學習如何使用簡易的方式來撰寫Windows驅動程式。 Microsoft WDM支援隨插即用(PnP)功能,提供了電源管理能力,並詳述撰寫驅動程式/迷你驅動程式的方法。這本由長時間接觸裝置驅動程式的專家Walter Oney 與Windows核心小組共同合作的書提供了大量很實用的例子、圖表、建議,並一行一行分析範例的程式碼,好讓您能夠清楚了解實際上在撰寫驅動程式時所會發生的問題。另外亦更新了Windows XP及Windows 2000的最新驅動程式技術,又告訴您如何除錯。 -Programming the Microsoft Windows driver model-fan version of Windows drivers through the authority of their professional assistance, learning how to use the simple way to write a Windows driver. Microsoft WDM support Plug and Play (PnP) features, provide a power management capabilities, and detailed written driver/mini-driver approach. By prolonged exposure to this device driver expert Walter Oney with Windows core group together to provide a great deal of the book is very practical examples, charts, recommendations, and his examples and his analysis of the code, so you can clearly understand the fact At the time of writing the driver when the problems occur. Also updated the Windows XP and Windows 2000 the latest driver technology, but also show you how to debug.
Platform: | Size: 1328128 | Author: roger | Hits:

[Driver DevelopHelloWDM

Description: windows WDM驱动开发实例,供初学者使用-windows WDM driver development examples, for beginners to use
Platform: | Size: 8192 | Author: chen | Hits:

[Driver Developagp_windows_driver_WDM

Description: agp windows驱动WDM,WINDDK开发-Driver of agp for windows. WDM, tool: WINDDK
Platform: | Size: 50176 | Author: Li Tian | Hits:

[Driver Developati_videocard_windows_driver_wdm

Description: ATI显卡Windows驱动,开发工具WinDDK-ATI video driver for windows, tools: winddk
Platform: | Size: 198656 | Author: Li Tian | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »

CodeBus www.codebus.net